home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Caml Light 0.61 / Binaries / examples / asl / run.ml < prev    next >
Encoding:
Text File  |  1993-09-24  |  166 b   |  9 lines  |  [TEXT/ttxt]

  1. (* $Id: run.ml,v 1.3 91/08/22 15:03:15 ddr Exp $ *)
  2.  
  3. #open "asl";;
  4. #open "main";;
  5.  
  6. input_stream := stdin;;
  7.  
  8. if sys__interactive then () else begin go(); exit 0 end;;
  9.